projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ab2c79
)
box: Remove self assignment
author
Timm Bäder
<mail@baedert.org>
Wed, 17 Jan 2018 12:02:58 +0000
(13:02 +0100)
committer
Timm Bäder
<mail@baedert.org>
Wed, 17 Jan 2018 20:57:19 +0000
(21:57 +0100)
gtk/gtkbox.c
patch
|
blob
|
history
diff --git
a/gtk/gtkbox.c
b/gtk/gtkbox.c
index c970c72d999989c2dd2ea5801be14fcc1bbb9a6d..f59284f294d614d04b92eeb910cf9d0bf8ef3ff6 100644
(file)
--- a/
gtk/gtkbox.c
+++ b/
gtk/gtkbox.c
@@
-1169,9
+1169,6
@@
gtk_box_compute_size_for_opposing_orientation (GtkBox *box,
}
}
- child_size = child_size;
-
-
child_minimum_baseline = child_natural_baseline = -1;
/* Assign the child's position. */
gtk_widget_measure (child->widget,